home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-12-09 | 337 b | 16 lines |
- # (c) Copyright 1992 by Panagiotis Tsirigotis
- # All rights reserved. The file named COPYRIGHT specifies the terms
- # and conditions for redistribution.
-
-
- CONFIG_FILES=sunos4.1-config.h ultrix4.1-config.h umipsbsd-config.h sysv-config.h bsd43-config.h
-
- checkout: $(CONFIG_FILES)
-
- $(CONFIG_FILES):
- -co $@
-
- dist:
- -co -q $(CONFIG_FILES)
-
-